home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / misc / emu / AROS-lx86-bin.tgz.readme < prev    next >
Encoding:
Text File  |  1999-07-24  |  3.3 KB  |  95 lines

  1. Short:    AROS - Amiga Research OS (Beta release)
  2. Author:   Aaron "Optimizer" Digulla (digulla@hepe.com) and many others
  3. Uploader: Aaron "Optimizer" Digulla (digulla@hepe.com)
  4. Version:  1.12b
  5. Type:     misc/emu
  6. Replaces: AROSbin*
  7.  
  8. !! THIS IS A BETA !!
  9.  
  10. New this time:
  11.  
  12. - First hardware (well, Linux) drivers using the new HIDD technologie
  13. - New license (source is freeware, firms can create commercial products
  14.   with it)
  15. - *Lots* of new code (about 10MB) since the last release.
  16. - *Lots* of new bugs, too ;-)
  17. - Some bugs fixed (well, last time that I mention that)
  18. - IBM PC Standalone version (doesn't do much, yet, but looks promising)
  19. - Many demos from old Fish disks were ported
  20. - New naming scheme
  21.  
  22. HOW TO USE THIS
  23. ---------------
  24.  
  25. There are two archives:
  26.  
  27.     AROSdev.lha
  28.     AROS-$a-$b.lha
  29.  
  30. $a is the system and $b is the CPU this archive is for, ie.
  31. AROS-linux-i386.lha is the binary archive for linux with Intel CPU (386 and
  32. above), AROS-amiga.lha is the Amiga binary.
  33.  
  34. If you are not involved with developing AROS but want to try it out or
  35. (even better) want to write apps for AROS, get the binary archive. It
  36. contains a ready-to-use copy of all binaries for AROS (not that there
  37. were many, yet ... :-). Unpack the archive, cd into AROS and run
  38. the arosshell (NOTE: For some systeme, there are shared versions of the
  39. libs to save disk space. On these systems, you must tell the loader to
  40. look into AROS/lib for additional libs. On most systems, do "export
  41. LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH" (without the "")).
  42.  
  43. Now you will get a prompt reading "Workbench:> ". Now type "dir all" and
  44. press return and doesn't it look familiar (There will be lots of debugging
  45. output which you can safely ignore. It will go away in the next versions) ?
  46. Try "demowin" to see what our intuition.library and graphics.library can
  47. do. Have you tried "sift" ? This is the AROS version of sift.c which is in
  48. the RKRMs. We just copied and compiled it and it works ! If you want to try
  49. it, copy any IFF file into the AROS directory and call sift with the
  50. name of that file. It will print you the contents of the file using
  51. iffparse.library !
  52.  
  53. WHERE TO FIND MORE INFOS ?
  54. --------------------------
  55.  
  56. Look at these pages on WorldWideWait:
  57.  
  58.     http://www.aros.org/ (Alias for Main site, preferred)
  59.     http://aros.fh-konstanz.de/aros/ (Main site)
  60.     http://home.pages.de/~aros/ (Alias for main site)
  61.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  62.     http://www.xs4all.nl/~ldp/aros/ (AROS for Amiga)
  63.  
  64. If you have FTP, you can also get the most recent version as tar.gz files
  65. (quite smaller than lha) from
  66.  
  67.     ftp://aros.fh-konstanz.de/pub/aros/
  68.  
  69. HOW DO I REPORT BUGS ?
  70. ----------------------
  71.  
  72. There are these EMail addresses where you can send bug reports to:
  73.  
  74.     aros-bugs@aros.fh-konstanz.de
  75.     aros-linux-bugs@aros.fh-konstanz.de
  76.     aros-amiga-bugs@aros.fh-konstanz.de
  77.  
  78. MISC
  79. ----
  80.  
  81. This software is subject to the "AROS PUBLIC LICENSE" which can be found
  82. in this archive as license.html. The license is derived from the Mozilla
  83. Public License. The biggest difference is that the word "Mozilla" has
  84. been replaced by "AROS" everywhere in the text.
  85.  
  86. If you like it and use it regularly please send a message to the
  87. following address:
  88.  
  89.     Aaron "Optimizer" Digulla
  90.     Th.-Heuss-Str. 8
  91.     78467 Konstanz
  92.     Germany
  93.  
  94.     EMail: digulla@hepe.com
  95.